From: Richard M. Stallman Date: Thu, 14 Oct 1993 04:30:19 +0000 (+0000) Subject: (Fcar_less_than_car): Fix typo in previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~94207 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2ba0ccff3ad4502b2a1d36d0e7ff2e0c8dd09438;p=emacs.git (Fcar_less_than_car): Fix typo in previous change. --- diff --git a/src/fileio.c b/src/fileio.c index c2fca1b375b..02d4e635a51 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -2866,7 +2866,7 @@ to the file, instead of any buffer contents, and END is ignored.") Lisp_Object merge (); DEFUN ("car-less-than-car", Fcar_less_than_car, Scar_less_than_car, 2, 2, 0, - "Return t if (car A) is numerically less than (car B)." + "Return t if (car A) is numerically less than (car B).") (a, b) Lisp_Object a, b; {